----------------------------------------SPAS12extended stock

	<weapon type="BARETTA">
		<data slot="SHOTGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="SHOTGUN" targetrange="30.0" weaponrange="35.0" clipsize="8" ammomax="80" timebetweenshots="250">
			<damage base="20" networkplayermod="5.0" networkpedmod="1.0"/>
			<physics force="12.0"/>
			<reload time="2666" fasttime="1666" crouchtime="2666"/>

			<aiming accuracy="0.10">
				<offset x="0.12" y="1.0" z="0.55"/>
				<crouchedoffset x="0.15" y="1.0" z="0.05"/>
				<reticule standing="1.1" ducked="1.1" scale="0.0"/>
			</aiming>

			<pickup regentime="480000" ammoonstreet="16"/>

			<controller>
				<rumble duration="200" intensity="1.0"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>2HANDED</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<flag>HIGHER_BREAK_FORCE</flag>
			</flags>
		</data>

		<assets model="w_pumpshot">
			<anim group="gun@baretta"/>
			<effects>
				<muzzle fx="muz_shotgun"/>
				<shell fx="weap_ejected_shotgun"/>
			</effects>
		</assets>
	</weapon>